home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 1018 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.2 KB

  1. Path: news.pi.net!jedi-server!TRP
  2. From: nelemans@ct.utwente.nl (Yvo Nelemans)
  3. Newsgroups: comp.sys.cbm
  4. Subject: PC as fileserver
  5. Date: Sun, 21 Jan 96 20:40:54 GMT
  6. Organization: nelemans@ct.utwente.nl
  7. Message-ID: <35085.8617361111@jedi-server>
  8. Reply-To: nelemans@ct.utwente.nl
  9. NNTP-Posting-Host: ht59.pi.net
  10. X-Offline-Mail/NewsReader: Tetrix Reader Plug - Unregistered - V 1.1.0
  11.  
  12. uploaded to: ccnga.uwaterloo.ca
  13. directory: /pub/incoming
  14. files: server64.zip
  15.        server64.txt
  16.  
  17. File Server for the C64 v0.50, Copyright (c) 1994-1996 by Yvo Nelemans
  18.  
  19.  
  20. Why did I write this program ?
  21. ------------------------------
  22. In 1994 I got a C64 from a friend who wanted it to throw away. The problem
  23. I faced then was that I didn't have a diskdrive of datacassete anymore.
  24. Games I had enough on mine PC which I used for the emulators there.
  25. I started to work on this program, work on it went really slow because of
  26. lack of documentation. But thanks to Philip Zembrod I got a copie of the
  27. pages
  28. from the commodore reference manual. At that time I could work on it for
  29. some weeks, but now I've got some time left and got it to work at last.
  30. I've made it cardware, because I like getting lot's of post so if you use
  31. this program just send me a postcard.
  32.  
  33.  
  34. What can this program do
  35. ------------------------
  36. *LOAD a file from the current directory to your C64.
  37. *LOAD a directory (LOAD"$",8)
  38. *SAVE a file from the C64 to the current directory.
  39.  
  40. You CAN'T send commands.
  41. Also this program seems to work correctly on mine 386DX-40 and Pentium 100,
  42. it should work on different configurations also but I haven't been able to
  43. check this. Warning this program uses a waiting routine which calibrates
  44. it self to 10 microseconds resolution, if your PC is to slow this may mean
  45. that it doesn't work. (I think only a fast 286 can handle it but don't now
  46. for sure).
  47.  
  48. This program supports two types of cables. A cable as you used for X1541
  49. or a cable as you used for DISK64E/TRANS64. I've listed the information
  50. to build such a cable below.
  51.  
  52. I've rewritten a few parts it should be a bit more stable then the previous
  53. version I released.
  54.  
  55.  
  56. Example of how to use this program.
  57. -----------------------------------
  58. Start your PC
  59. Start your C64
  60. Start SERVER64 on the PC
  61. make sure you have a valid BINARY file in the current directory of your PC
  62. type LOAD"qix.bin",8 on the C64
  63. and run it.
  64. Or to get a directory you type
  65. LOAD"$",8
  66. Or make a small basic program save it and then reload it.
  67. Press ESC to exit SERVER64.
  68.  
  69.  
  70. Windows
  71. -------
  72. It won't work, this program uses the CPU for microsecond timing, so even
  73. under DOS if you push too many buttons you can screw up the timing so
  74. don't say I didn't warn you!
  75.  
  76. Then this important notice
  77. --------------------------
  78. The author shall not be held liable for any direct or indirect damage
  79. resulting
  80. from or seeming to result from use of this program.
  81.  
  82.  
  83. I'd like to thank the following people for helping me out with this program.
  84. *Philip Zembrod (documentation)
  85. *Jaap Verhoeven (protocol documentation)
  86. *Bernard Schwall (source of his send/receive routines)
  87.  
  88.  
  89. To do
  90. -----
  91. *Support for printer.
  92. *command support and easy directory manipulation.
  93. *Support for .T64, .D64 and others.
  94. *Fastloader support (can somebody send me info on this).
  95.  
  96.  
  97.